home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
GameboyDev
/
GBDK
/
include
/
sgb.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-03-29
|
133b
|
9 lines
#ifndef _SGB_H
#define _SGB_H
UBYTE
sgb_check(void);
/* Return a non-null value if running on Super GameBoy */
#endif /* _SGB_H */